Fix build strings in nx-cugraph - #4639
Merged
rapids-bot[bot] merged 1 commit intoAug 29, 2024
Merged
Conversation
jameslamb
approved these changes
Aug 29, 2024
jameslamb
left a comment
Member
There was a problem hiding this comment.
oh wow, never noticed this! Thank you.
Contributor
Author
|
/merge |
2 tasks
rapids-bot Bot
pushed a commit
to rapidsai/integration
that referenced
this pull request
Sep 10, 2024
… nightlies. (#690) This PR adds tests that run on every `integration` PR and on a nightly basis to ensure that RAPIDS conda environments can be solved with recent packages. This will help us diagnose and react to problems arising from conda environment conflicts, which sometimes force conda to select older nightly builds of RAPIDS packages. A partial solution for rapidsai/ops#2947. Next steps: - [x] Wait for rapidsai/cugraph#4639 to merge. - [x] After this PR is merged, merge rapidsai/workflows#59 as well. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - James Lamb (https://github.com/jameslamb) URL: #690
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Build strings aren't being published correctly for
nx-cugraph(see missing info in current nightlies: https://anaconda.org/rapidsai-nightly/nx-cugraph/files). This is due to a formatting or copy-paste problem in themeta.yamlrecipe file. This PR fixes the problem.